home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10021 < prev    next >
Text File  |  2001-10-26  |  454b  |  14 lines

  1. gWidestPanelNameWidth = zstring_width(zstring: '$$$/Dialogs/Preferences/WidestPanelName');
  2.  
  3. dialog(name: '$$$/Dialogs/Preferences', target_id: 'List')
  4. {
  5.     view(align_children: align_left)
  6.     {
  7.         view(align_children: align_top)
  8.         {
  9.             list_box(item_id: 'List', width: gWidestPanelNameWidth+32, dheight: gPrefsPanelHeight+gMarginHeight);
  10.             user_item(item_id: 'Fram', dwidth: gPrefsPanelWidth, dheight: gPrefsPanelHeight);
  11.         }
  12.         ok_cancel();
  13.     }
  14. }